home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / Cool lisp stuff on Internet / analytical-statistics.txt next >
Encoding:
Text File  |  1994-09-12  |  2.4 KB  |  48 lines  |  [TEXT/ttxt]

  1. Please note: the following code does NOT work with MCL 2.0.
  2. It depends on CLIM 2.0, which has not yet been released for MCL.
  3.  
  4. -------
  5. Date: Mon, 10 Jan 94 17:24:03 -0500
  6. From: David Hart <dhart@cs.umass.edu>
  7. Subject: New CLASP, with CLIP
  8.  
  9. Hello again,
  10.  
  11. Though I'm sure we've long since exhausted your patience, I'd like to announce
  12. at last the availability of an industrial strength version of CLASP, the Common
  13. Lisp Analytical Statistics Package.  Never fully satisfied with the previous
  14. version, which was still too wedded to the TI Explorer for our tastes, we have
  15. developed a new version using CLOS and CLIM that now runs on a variety of
  16. platforms.  While not yet as powerful as we would like, it provides the basic
  17. functionality you'd expect from a statistics package.  Its unique and most
  18. powerful feature is its CLIM interface, complete with a "notebook" that is both
  19. a "desktop" for icons and a Lisp interactor pane.  It uses BBN's SciGraph
  20. package for plotting, which is a publicly available and extensible CLIM-based
  21. system.
  22.  
  23. We have also developed a Common Lisp Instrumentation Package (CLIP) which is
  24. available along with CLASP.  CLIP is designed to allow AI system developers and
  25. evaluators a portable way to define and manage "alligator clips" for
  26. instrumenting their programs.  CLIP produces data about program behavior in
  27. CLASP format, as well as other commonly used data formats.  It currently has
  28. facilities to support experiment design, such as scenario scripting and
  29. factorial combination of independent variables, and can collect data in summary
  30. form (at the end of each trial) or based upon the occurrence of specific events
  31. (both periodic and non-periodic).
  32.  
  33. Development of both CLASP and CLIP continue, and are largely driven by user
  34. demand.  If you try it and like it, but uncover bugs or would like to see other
  35. features added, please let us know at clasp-support@cs.umass.edu.              
  36.  
  37. CLASP is available at ftp.cs.umass.edu in the directory pub/eksl/clasp.  CLIP is
  38. available under the directory pub/eksl/clip.  A tutorial on CLASP can be found
  39. in pub/eksl/clasp-tutorial.
  40.  
  41.  
  42. Dave Hart                                                               
  43. Experimental Knowledge Systems Laboratory       413-545-3278
  44. Computer Science Dept., LGRC                    413-545-1249 (fax)
  45. University of Massachusetts                             dhart@cs.umass.edu
  46. Box 34610
  47. Amherst, MA  01003-4610
  48.